'Declaration Public Function New( _
ByVal layoutWidthThe width for layout text.As System.Nullable(Of Single), _
ByVal layoutHeightThe height for layout text.As System.Nullable(Of Single), _
ByVal ParamArray paragraphsThe paragraphs.() As TextParagraph _
)
public FormattedText(
System.Nullable<float> layoutWidth,
System.Nullable<float> layoutHeight,
params TextParagraph[] paragraphs
)
public: FormattedText(
System.Nullable<float> layoutWidth,
System.Nullable<float> layoutHeight,
params TextParagraph*[]* paragraphs
)
public:
FormattedText(
System.Nullable<float> layoutWidth,
System.Nullable<float> layoutHeight,
... array<TextParagraph^>^ paragraphs
)
Parameters
- layoutWidth
- The width for layout text.
- layoutHeight
- The height for layout text.
- paragraphs
- The paragraphs.